home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.19970104-19970326
/
000470_news@columbia.edu _Mon Mar 24 12:58:29 1997.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
2KB
Return-Path: <news@columbia.edu>
Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA29881
for <kermit.misc@watsun.cc.columbia.edu>; Mon, 24 Mar 1997 12:58:28 -0500 (EST)
Received: (from news@localhost)
by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA28798
for kermit.misc@watsun; Mon, 24 Mar 1997 12:58:26 -0500 (EST)
Path: news.columbia.edu!sol.ctr.columbia.edu!news.mindlink.net!van-bc!uniserve!newsfeeds.sol.net!worldnet.att.net!howland.erols.net!surfnet.nl!highway.leidenuniv.nl!usenet
From: Mark Barto <MBarto@cdiv.azl.nl>
Newsgroups: comp.protocols.kermit.misc
Subject: Start telnet connection using K95
Date: Mon, 24 Mar 1997 13:17:32 +0100
Organization: AZL
Lines: 14
Message-ID: <333670DC.F39@cdiv.azl.nl>
Reply-To: MBarto@cdiv.azl.nl
NNTP-Posting-Host: 800azl86.azl.nl
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01 (Win95; I)
Xref: news.columbia.edu comp.protocols.kermit.misc:6802
I'm starting a telnet session, using the command line, like:
k95.exe -J hostname. Depending on the hostname I want to set some extra
funtions in the script. (session colors etc.)
I tried to read the \v(line) from K95custom.ini but this returns the
value 0. Once the telnet session is started this variable shows the
right session name that I can use in my scripts. This is to late for my
telnet session because the script is alreade finished at this time.
How can I work arround this problem??
Thanks in advance,
Mark